using UnityEditor;
using System;
using Object = UnityEngine.Object;

namespace MagicaCloth
{
    public class MagicaAvatarPartsInspector : Editor
    {
        public override void OnInspectorGUI()
        {
            throw new NotImplementedException();
        }
    }
}